github.com/klauspost/compress/zstd.blockDec.checkCRC (field)
5 uses
github.com/klauspost/compress/zstd (current package)
blockdec.go#L83: checkCRC uint32
decoder.go#L471: if got != next.d.checkCRC {
decoder.go#L473: printf("CRC Check Failed: %08x (got) != %08x (on stream)\n", got, next.d.checkCRC)
decoder.go#L918: dec.checkCRC = binary.LittleEndian.Uint32(crc)
decoder.go#L921: printf("found crc to check: %08x\n", dec.checkCRC)
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |